<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*通用样式*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}
body {
  background: #f6f6f6;
}
body,h1,h4,h5,h6,strong,hr,i,em,b,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,th,td,a,tr,img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  list-style: none;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif, "微软雅黑";
  font-weight: normal;
  font-style: normal;
  color: #333;
  font-size: 16px;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
* html body {
  overflow: visible;
}
* html iframe,
* html frame {
  overflow: auto;
}
* html frameset {
  overflow: hidden;
}
body {
  color: #333;
  font-family: 5b8b\4f53, tahoma, arial, "SimSun", "微软雅黑";
  font-size: 15px;
  min-width: 1200px;
}
strong {
  font-weight: bold;
}
li {
  list-style-type: none;
}
img {
  border: 0px none;
  image-rendering: -webkit-optimize-contrast;
}

a:hover {
  text-decoration: underline;
  color: #05337e !important;
}
.clearfix {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.m0a {
  margin: 0 auto !important;
}
.w1200 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.w1220 {
  width: 1220px;
}
.w1210 {
  width: 1210px;
}
.w1210,
.w1220 {
  height: auto;
  overflow: hidden;
  margin: auto;
  padding: 5px;
  box-sizing: border-box;
  /* 	background: #e2dcdc; */
}
.border {
  width: 100%;
  height: 5px;
  background: #f0efe2;
  border: 2px solid #c8c7bc;
  border-top: none;
}
.border-t {
  width: 100%;
  height: 5px;
  background: #f0efe2;
  border: 2px solid #c8c7bc;
  border-bottom: none;
}
/*通用样式定义结束*/

/* 常用字体颜色 */
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.gray {
  color: #777;
}
.red {
  color: #ff0000;
}
.crimson {
  color: #de0000;
}
.blue {
  color: #224181;
}
.yellow {
  color: #ff6700;
}

/* 常用字号 */
.f0 {
  font-size: 0px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 22px !important;
  font-weight: bold;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px;
}

/* 常用格式 */
.JuZhong {
  margin: 0 auto;
}
.Jushang {
  margin-top: 10px;
}
.Txt_center {
  text-align: center;
}
.Txt_left {
  text-align: left;
}
.Txt_right {
  text-align: right;
}
.Txt_cu {
  font-weight: 700;
}

/*常用间距*/
.mb50 {
  margin-bottom: 50px;
}
.mr30 {
  margin-right: 30px;
}
.mr60 {
  margin-right: 60px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.pl0 {
  padding-left: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mtb30 {
  margin: 30px auto;
}
.ma0 {
  margin: auto;
}
.pad {
  padding: 0 16px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pb50 {
  padding-bottom: 50px;
}

/* 常用链接样式 */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #05337e;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.fff {
  background: #fff;
}
</pre></body></html>